-- card: 11609 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 2499 -- name: ----- HyperTalk script ----- on openCard put "Registers" into field "Title" end openCard -- part 1 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=25 top=321 right=339 bottom=91 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Previous ----- HyperTalk script ----- on mouseUp go to previous card end mouseUp -- part contents for background part 1 ----- text ----- There are two more memory registers that are used for plotting. If the minimum x value for a plot is put in Memory 0, and the maximum x value is put in Memory 9, then the plot will show the y axis at x = 0 (if x = 0 is on the graph). The point coordinates will also be shown in (x,y) form rather than in (pt.No, y) form. These memorys may also be used for general storage if not needed for plotting. The values in memorys 0 and 9 are transferred into the appropriate fields in the plot stack, so be sure that meaningful values (or blanks) are therein if you do go to the plot stack. The plot registers can be displayed by holding down the command key while clicking in the small round "Show memory" button. The appear at the bottom of the screen (min on left, max on right). Click in either one of them to hide them again. -- part contents for background part 6 ----- text ----- Registers